[Contents] [Index] [Help] [Browse <] [Browse >]


	Features of RDAG2HTML


	° HTML 3.2 features like font size, background image, background color,
	  text and link color

	° Embedded HTML in AmigaGuideŽ documents possible

	° Converts AmigaGuideŽ to a single HTML document or to several documents.

	° AmigaGuideŽ navigation buttons on the top of the HTML document

	° Custom header and footer

	° Supports AmigaGuideŽ documents created with Heddley

	° Node names larger than 25 charcaters will be stripped down to fit
	  the 30 character filename limitation of AmigaDOS.

	° Supports MS-DOS FAT 8.3 filename limitation


	The following characters will be replaced:

		\\	with \

		@	with &#64;

		<	with &lt;
	
		>	with &gt;

		&	with &amp;


	RDAG2HTML supports the following AmigaGuideŽ commands and attributes

	   Commands in alphabetical order:

		@ENDNODE	the end of a AmigaGuideŽ node

		@HELP		as link to the help file of the guide
				document

		@INDEX		as link to the index of the guide
				document

		@NEXT		as link to the next node

		@NODE		the begin of a AmigaGuideŽ node

	 	@PREV		as link to the previous node

		@TOC		as link to the table of contents, default
				to the MAIN node

		@{"Text" LINK "Node"}	as textual link

		@{"Text" LINK "Node" 0}	as textual link; The line number is ignored at
					the moment!

	   Attributes in alphabetical order:

		@{AMIGAGUIDE}	as <B>AmigaGuide</B>&reg;

		@{B}	as <B>

		@{I}	as <I>

		@{U}	as <U>

		@{UB}	as </B>

		@{UI}	as </I>

		@{UU}	as </U>


Converted on 12 Jan 1997 with RexxDoesAmigaGuide2HTML 2.1 by Michael Ranner.